home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / DATETIME.H < prev    next >
Text File  |  1995-01-01  |  389b  |  11 lines

  1. #ifndef BYTE
  2. #define BYTE unsigned char
  3. #define WORD unsigned int
  4. #endif
  5.  
  6. int GetFileDT(int Handle, unsigned int *Date, unsigned int *Time);
  7. int SetFileDT(int Handle, unsigned int Date, unsigned int Time);
  8. void PackDate(BYTE ,BYTE ,BYTE ,WORD *);
  9. void PackTime(BYTE ,BYTE ,BYTE ,WORD *);
  10. void UnpackDate(WORD ,BYTE *,BYTE *,BYTE *);
  11. void UnpackTime(WORD, BYTE *,BYTE *,BYTE *);